Поделиться через


Поле 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