Compartir a través de


ConnectionManagerItem.StreamName Propiedad

Gets or sets the stream name of the connection manager.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
Public Property StreamName As String 
    Get 
    Friend Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

ConnectionManagerItem Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime