Partager via


Propriété PackageItem.StreamName

Gets the name of the stream for the PackageItem object.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public ReadOnly Property StreamName As String 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

PackageItem Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime