共用方式為


PackageItem.StreamName 屬性

Gets the name of the stream for the PackageItem object.

命名空間:  Microsoft.SqlServer.Dts.Runtime
組件:  Microsoft.SqlServer.ManagedDTS (在 Microsoft.SqlServer.ManagedDTS.dll 中)

語法

'宣告
Public ReadOnly Property StreamName As String 
    Get
'用途
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

屬性值

型別:System.String
The name of the stream for the package.

請參閱

參考

PackageItem 類別

Microsoft.SqlServer.Dts.Runtime 命名空間