مشاركة عبر


Request.ResultType 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 ResultType As ResultType 
    Get 
    Set
'Usage
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)

Property Value

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

See Also

Reference

Request Class

Microsoft.SqlServer.Management.Sdk.Sfc Namespace