RequestObjectInfo 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
RequestObjectInfo() |
default constructor |
RequestObjectInfo(Urn, RequestObjectInfo+Flags) |
initialize with level info and flags |
RequestObjectInfo()
default constructor
public RequestObjectInfo ();
Public Sub New ()
Applies to
RequestObjectInfo(Urn, RequestObjectInfo+Flags)
initialize with level info and flags
public RequestObjectInfo (Microsoft.SqlServer.Management.Sdk.Sfc.Urn urn, Microsoft.SqlServer.Management.Sdk.Sfc.RequestObjectInfo.Flags infoType);
new Microsoft.SqlServer.Management.Sdk.Sfc.RequestObjectInfo : Microsoft.SqlServer.Management.Sdk.Sfc.Urn * Microsoft.SqlServer.Management.Sdk.Sfc.RequestObjectInfo.Flags -> Microsoft.SqlServer.Management.Sdk.Sfc.RequestObjectInfo
Public Sub New (urn As Urn, infoType As RequestObjectInfo.Flags)
Parameters
- urn
- Urn
the level for which info is requested
- infoType
- RequestObjectInfo.Flags
what info is requested