示例#1
0
 public AzureSqlDW()
 {
     Properties = new LinkedServiceProperties
     {
         Type           = LinkedServiceType.AzureSqlDW,
         TypeProperties = new AzureSqlDWTypeProperties()
     };
 }
示例#2
0
 public AzureMachineLearning()
 {
     Properties = new LinkedServiceProperties
     {
         Type           = LinkedServiceType.AzureML,
         TypeProperties = new AzureMachineLearningTypeProperties()
     };
 }
示例#3
0
 public AzureSqlDatabase()
 {
     Properties = new LinkedServiceProperties
     {
         Type           = LinkedServiceType.AzureSqlDatabase,
         TypeProperties = new AzureSqlDatabaseTypeProperties()
     };
 }
示例#4
0
 public HDInsightOnDemand()
 {
     Properties = new LinkedServiceProperties
     {
         Type           = LinkedServiceType.HDInsightOnDemand,
         TypeProperties = new HDInsightOnDemandTypeProperties()
     };
 }
示例#5
0
 public AzureSearch()
 {
     Properties = new LinkedServiceProperties
     {
         Type           = LinkedServiceType.AzureSearch,
         TypeProperties = new AzureSearchTypeProperties()
     };
 }
示例#6
0
 public AzureDataLakeAnalytics()
 {
     Properties = new LinkedServiceProperties
     {
         Type           = LinkedServiceType.AzureDataLakeAnalytics,
         TypeProperties = new AzureDataLakeAnalyticsTypeProperties()
     };
 }
示例#7
0
 public AzureDataLakeStore()
 {
     Properties = new LinkedServiceProperties
     {
         Type           = LinkedServiceType.AzureDataLakeStore,
         TypeProperties = new AzureDataLakeStoreTypeProperties()
     };
 }
示例#8
0
 public AzureCosmosDb()
 {
     Properties = new LinkedServiceProperties
     {
         Type           = LinkedServiceType.AzureCosmosDb,
         TypeProperties = new AzureCosmosDbTypeProperties()
     };
 }
示例#9
0
 public HDInsight()
 {
     Properties = new LinkedServiceProperties
     {
         Type           = LinkedServiceType.HDInsight,
         TypeProperties = new HDInsightTypeProperties()
     };
 }
示例#10
0
 public AzureStorageSas()
 {
     Properties = new LinkedServiceProperties
     {
         Type           = LinkedServiceType.AzureStorageSas,
         TypeProperties = new AzureStorageSasTypeProperties()
     };
 }