Compartir a través de


PackageItem.StreamName Propiedad

Gets the name of the stream for the PackageItem object.

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

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

PackageItem Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime