Partager via


Propriété RequestObjectInfo.InfoType

Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Property InfoType As RequestObjectInfo.Flags 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : Microsoft.SqlServer.Management.Sdk.Sfc.RequestObjectInfo.Flags
The flags which indicates what to return.

Voir aussi

Référence

RequestObjectInfo Classe

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc