コード例 #1
0
 internal LinkConnection(LinkConnectionSourceDatabase sourceDatabase, LinkConnectionTargetDatabase targetDatabase, LinkConnectionLandingZone landingZone, LinkConnectionCompute compute)
 {
     SourceDatabase = sourceDatabase;
     TargetDatabase = targetDatabase;
     LandingZone    = landingZone;
     Compute        = compute;
 }
コード例 #2
0
 public PSLinkConnectionTargetDatabase(LinkConnectionTargetDatabase targetDatabase)
 {
     this.LinkedService = targetDatabase?.LinkedService != null ? new PSLinkedServiceReference(targetDatabase?.LinkedService) : null;
 }