Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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.