Partilhar via


Propriedade do RDL PackageItem.StreamName

Gets the name of the stream for the PackageItem object.

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

Sintaxe

'Declaração
Public ReadOnly Property StreamName As String 
    Get
'Uso
Dim instance As PackageItem 
Dim value As String 

value = instance.StreamName
public string StreamName { get; }
public:
property String^ StreamName {
    String^ get ();
}
member StreamName : string
function get StreamName () : String

Valor da propriedade

Tipo: System.String
The name of the stream for the package.

Consulte também

Referência

PackageItem Classe

Namespace Microsoft.SqlServer.Dts.Runtime