ISql90SoapMethodSpecification.Format Property
Gets or sets a value that models the FORMAT option.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property Format As Sql90SoapFormatType
Sql90SoapFormatType Format { get; set; }
property Sql90SoapFormatType Format {
Sql90SoapFormatType get ();
void set (Sql90SoapFormatType value);
}
abstract Format : Sql90SoapFormatType with get, set
function get Format () : Sql90SoapFormatType
function set Format (value : Sql90SoapFormatType)
Property Value
Type: Microsoft.Data.Schema.Sql.SchemaModel.Sql90SoapFormatType
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.