다음을 통해 공유


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 네임스페이스