Aracılığıyla paylaş


FunctionStatementBody.ReturnType Özellik

Alır veya işlevin dönüş türünü ayarlar.

Ad alanı:  Microsoft.Data.Schema.ScriptDom.Sql
Derleme:  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll içinde)

Sözdizimi

'Bildirim
Public Property ReturnType As FunctionReturnType
    Get
    Set
public FunctionReturnType ReturnType { get; set; }
public:
property FunctionReturnType^ ReturnType {
    FunctionReturnType^ get ();
    void set (FunctionReturnType^ value);
}
member ReturnType : FunctionReturnType with get, set
function get ReturnType () : FunctionReturnType
function set ReturnType (value : FunctionReturnType)

Özellik Değeri

Tür: Microsoft.Data.Schema.ScriptDom.Sql.FunctionReturnType
Döndürür bir FunctionReturnType.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

FunctionStatementBody Sınıf

Microsoft.Data.Schema.ScriptDom.Sql Ad Alanı