名前空間 : Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
アセンブリ : Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll 内)
構文
'宣言
Property Format As Sql90SoapFormatType
'使用
Dim instance As ISql90SoapMethodSpecification
Dim value As Sql90SoapFormatType
value = instance.Format
instance.Format = value
Sql90SoapFormatType Format { get; set; }
property Sql90SoapFormatType Format {
Sql90SoapFormatType get ();
void set (Sql90SoapFormatType value);
}
function get Format () : Sql90SoapFormatType
function set Format (value : Sql90SoapFormatType)
プロパティ値
型 : Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.Sql90SoapFormatType
参照
参照
ISql90SoapMethodSpecification インターフェイス