Lingua

RequestObjectInfo Costruttori

Definizione

Overload

Nome Descrizione
RequestObjectInfo()

Costruttore predefinito

RequestObjectInfo(Urn, RequestObjectInfo+Flags)

inizializzare con le informazioni e i flag di livello

RequestObjectInfo()

Costruttore predefinito

public RequestObjectInfo();
Public Sub New ()

Si applica a

RequestObjectInfo(Urn, RequestObjectInfo+Flags)

inizializzare con le informazioni e i flag di livello

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)

Parametri

urn
Urn

livello per il quale sono richieste informazioni

infoType
RequestObjectInfo.Flags

informazioni richieste

Si applica a