ConnectionManagerItem.StreamName 属性

Gets or sets the stream name of the connection manager.

命名空间:  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
The stream name of the connection manager.

请参阅

参考

ConnectionManagerItem 类

Microsoft.SqlServer.Dts.Runtime 命名空间