Share via


PropertiesRequest Constructor (array<String )

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Sub New ( _
    fields As String() _
)
'Usage
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[]
)

Parameters

  • fields
    Type: array<System.String[]
    A string that represents the list of fields.

See Also

Reference

PropertiesRequest Class

PropertiesRequest Overload

Microsoft.SqlServer.Management.Sdk.Sfc Namespace