다음을 통해 공유


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 네임스페이스