Конструктор PropertiesRequest (array<String )
Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public Sub New ( _
fields As String() _
)
'Применение
Dim fields As String()
Dim instance As New PropertiesRequest(fields)
public PropertiesRequest(
string[] fields
)
public:
PropertiesRequest(
array<String^>^ fields
)
new :
fields:string[] -> PropertiesRequest
public function PropertiesRequest(
fields : String[]
)
Параметры
- fields
Тип: array<System.String[]
A string that represents the list of fields.