SqlRequest 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
SqlRequest() |
default constructor |
SqlRequest(Request) |
initialize from a Request |
SqlRequest()
default constructor
public SqlRequest ();
Public Sub New ()
Applies to
SqlRequest(Request)
initialize from a Request
public SqlRequest (Microsoft.SqlServer.Management.Sdk.Sfc.Request reqUser);
new Microsoft.SqlServer.Management.Sdk.Sfc.SqlRequest : Microsoft.SqlServer.Management.Sdk.Sfc.Request -> Microsoft.SqlServer.Management.Sdk.Sfc.SqlRequest
Public Sub New (reqUser As Request)
Parameters
- reqUser
- Request