Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the stream name of the connection manager.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Property StreamName As String
Get
Friend Set
'Usage
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)
Property Value
Type: System.String
The stream name of the connection manager.