Partager via


Propriété ConnectionManagerItem.StreamName

Gets or sets the stream name of the connection manager.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public Property StreamName As String 
    Get 
    Friend Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

ConnectionManagerItem Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime