Condividi tramite


Proprietà SoapMethodSpecification.SchemaType

SchemaType property class of SoapMethodSpecification

Spazio dei nomi  Microsoft.SqlServer.Dac.Model
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Sintassi

'Dichiarazione
Public Shared Property SchemaType As ModelPropertyClass 
    Get 
    Friend Set
'Utilizzo
Dim value As ModelPropertyClass 

value = SoapMethodSpecification.SchemaType
public static ModelPropertyClass SchemaType { get; internal set; }
public:
static property ModelPropertyClass^ SchemaType {
    ModelPropertyClass^ get ();
    internal: void set (ModelPropertyClass^ value);
}
static member SchemaType : ModelPropertyClass with get, internal set
static function get SchemaType () : ModelPropertyClass 
internal static function set SchemaType (value : ModelPropertyClass)

Valore proprietà

Tipo: Microsoft.SqlServer.Dac.Model.ModelPropertyClass

Vedere anche

Riferimento

SoapMethodSpecification Classe

Spazio dei nomi Microsoft.SqlServer.Dac.Model