共用方式為


tagSTATSTG.pwcsName 欄位

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

A pointer to a NULL-terminated Unicode string containing the name.

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

語法

'宣告
Public pwcsName As String
'用途
Dim instance As tagSTATSTG 
Dim value As String 

value = instance.pwcsName 

instance.pwcsName = value
public string pwcsName
public:
String^ pwcsName
val mutable pwcsName: string
public var pwcsName : String

備註

Space for this string is allocated by the method called and freed by the caller, as with the COM CoTaskMemFree function. You can specify not to return this member by specifying the STATFLAG_NONAME value when you call a method that returns a STATSTG structure, except for calls to the IEnumSTATSTG::Next method, which provides no way to specify this value.

請參閱

參考

tagSTATSTG 結構

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空間