Compartilhar via


Propriedade do RDL ConnectionManagerItem.StreamName

Gets or sets the stream name of the connection manager.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

ConnectionManagerItem Classe

Namespace Microsoft.SqlServer.Dts.Runtime