RequestObjectInfo.InfoType Property
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 Property InfoType As RequestObjectInfo.Flags
Get
Set
'Usage
Dim instance As RequestObjectInfo
Dim value As RequestObjectInfo.Flags
value = instance.InfoType
instance.InfoType = value
public RequestObjectInfo.Flags InfoType { get; set; }
public:
property RequestObjectInfo.Flags InfoType {
RequestObjectInfo.Flags get ();
void set (RequestObjectInfo.Flags value);
}
member InfoType : RequestObjectInfo.Flags with get, set
function get InfoType () : RequestObjectInfo.Flags
function set InfoType (value : RequestObjectInfo.Flags)
Property Value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.RequestObjectInfo.Flags
The flags which indicates what to return.