次の方法で共有


SapBWLinkedService コンストラクター

定義

SapBWLinkedService の新しいインスタンスを初期化します。

public SapBWLinkedService (Azure.Core.Expressions.DataFactory.DataFactoryElement<string> server, Azure.Core.Expressions.DataFactory.DataFactoryElement<string> systemNumber, Azure.Core.Expressions.DataFactory.DataFactoryElement<string> clientId);
new Azure.ResourceManager.DataFactory.Models.SapBWLinkedService : Azure.Core.Expressions.DataFactory.DataFactoryElement<string> * Azure.Core.Expressions.DataFactory.DataFactoryElement<string> * Azure.Core.Expressions.DataFactory.DataFactoryElement<string> -> Azure.ResourceManager.DataFactory.Models.SapBWLinkedService
Public Sub New (server As DataFactoryElement(Of String), systemNumber As DataFactoryElement(Of String), clientId As DataFactoryElement(Of String))

パラメーター

server
DataFactoryElement<String>

SAP BW インスタンスのホスト名。 型: string (または resultType 文字列を含む式)。

systemNumber
DataFactoryElement<String>

BW システムのシステム番号。 (通常、文字列として表される 2 桁の 10 進数。型: string (または resultType 文字列を含む式)。

clientId
DataFactoryElement<String>

BW システム上のクライアントのクライアント ID。 (通常、文字列として表される 3 桁の 10 進数)型: string (または resultType 文字列を含む式)。

例外

serversystemNumber、または clientId が null です。

適用対象