ISql90PartitionFunction.ParameterType プロパティ
名前空間 : Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
アセンブリ : Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll 内)
構文
'宣言
Property ParameterType As ISql90TypeSpecifier
'使用
Dim instance As ISql90PartitionFunction
Dim value As ISql90TypeSpecifier
value = instance.ParameterType
instance.ParameterType = value
ISql90TypeSpecifier ParameterType { get; set; }
property ISql90TypeSpecifier^ ParameterType {
ISql90TypeSpecifier^ get ();
void set (ISql90TypeSpecifier^ value);
}
function get ParameterType () : ISql90TypeSpecifier
function set ParameterType (value : ISql90TypeSpecifier)
プロパティ値
型 : Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.ISql90TypeSpecifier