PropertiesRequest Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
PropertiesRequest() |
default constructor |
PropertiesRequest(String[]) |
initalize with the list of fields |
PropertiesRequest(String[], OrderBy[]) |
initialize list of properties and ordering information |
PropertiesRequest()
default constructor
public PropertiesRequest ();
Public Sub New ()
Applies to
PropertiesRequest(String[])
initalize with the list of fields
public PropertiesRequest (string[] fields);
new Microsoft.SqlServer.Management.Sdk.Sfc.PropertiesRequest : string[] -> Microsoft.SqlServer.Management.Sdk.Sfc.PropertiesRequest
Public Sub New (fields As String())
Parameters
- fields
- String[]
list of fields
Applies to
PropertiesRequest(String[], OrderBy[])
initialize list of properties and ordering information
public PropertiesRequest (string[] fields, Microsoft.SqlServer.Management.Sdk.Sfc.OrderBy[] orderBy);
new Microsoft.SqlServer.Management.Sdk.Sfc.PropertiesRequest : string[] * Microsoft.SqlServer.Management.Sdk.Sfc.OrderBy[] -> Microsoft.SqlServer.Management.Sdk.Sfc.PropertiesRequest
Public Sub New (fields As String(), orderBy As OrderBy())
Parameters
- fields
- String[]
list of properties
- orderBy
- OrderBy[]
ordering info