次の方法で共有


TableValuedFunction.FunctionType プロパティ

TableValuedFunction の FunctionType メタデータ クラス

名前空間:  Microsoft.SqlServer.Dac.Model
アセンブリ:  Microsoft.SqlServer.Dac.Extensions (Microsoft.SqlServer.Dac.Extensions.dll)

構文

'宣言
Public Shared Property FunctionType As ModelMetadataClass 
    Get 
    Friend Set
'使用
Dim value As ModelMetadataClass 

value = TableValuedFunction.FunctionType
public static ModelMetadataClass FunctionType { get; internal set; }
public:
static property ModelMetadataClass^ FunctionType {
    ModelMetadataClass^ get ();
    internal: void set (ModelMetadataClass^ value);
}
static member FunctionType : ModelMetadataClass with get, internal set
static function get FunctionType () : ModelMetadataClass 
internal static function set FunctionType (value : ModelMetadataClass)

プロパティ値

型: Microsoft.SqlServer.Dac.Model.ModelMetadataClass

関連項目

参照

TableValuedFunction クラス

Microsoft.SqlServer.Dac.Model 名前空間