Proprietà Request.ResultType

Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public Property ResultType As ResultType 
    Get 
    Set
'Utilizzo
Dim instance As Request 
Dim value As ResultType 

value = instance.ResultType

instance.ResultType = value
public ResultType ResultType { get; set; }
public:
property ResultType ResultType {
    ResultType get ();
    void set (ResultType value);
}
member ResultType : ResultType with get, set
function get ResultType () : ResultType 
function set ResultType (value : ResultType)

Valore proprietà

Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.ResultType
The requested type of result.

Vedere anche

Riferimento

Request Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc