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.