Condividi tramite


Proprietà ConnectionManagerItem.StreamName

Gets or sets the stream name of the connection manager.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public Property StreamName As String 
    Get 
    Friend Set
'Utilizzo
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)

Valore proprietà

Tipo: System.String
The stream name of the connection manager.

Vedere anche

Riferimento

ConnectionManagerItem Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime