ConnectionManagerItem.StreamName プロパティ
接続マネージャーのストリーム名を取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Dts.Runtime
アセンブリ: Microsoft.SqlServer.ManagedDTS (Microsoft.SqlServer.ManagedDTS.dll)
構文
'宣言
Public Property StreamName As String
Get
Friend Set
'使用
Dim instance As ConnectionManagerItem
Dim value As String
value = instance.StreamName
public string StreamName { get; internal set; }
public:
property String^ StreamName {
String^ get ();
internal: void set (String^ value);
}
member StreamName : string with get, internal set
function get StreamName () : String
internal function set StreamName (value : String)
プロパティ値
型: System.String
接続マネージャーのストリーム名です。