PackageItem.StreamName Property
Gets the name of the stream for the PackageItem object.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public ReadOnly Property StreamName As String
Get
'Usage
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
Property Value
Type: System.String
The name of the stream for the package.