Compartir a través de


SoapMethodSpecification.RelatedMethod Propiedad

RelatedMethod relationship class of SoapMethodSpecification

Espacio de nombres:  Microsoft.SqlServer.Dac.Model
Ensamblado:  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxis

'Declaración
Public Shared Property RelatedMethod As ModelRelationshipClass 
    Get 
    Friend Set
'Uso
Dim value As ModelRelationshipClass 

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

Valor de la propiedad

Tipo: Microsoft.SqlServer.Dac.Model.ModelRelationshipClass

Vea también

Referencia

SoapMethodSpecification Clase

Espacio de nombres Microsoft.SqlServer.Dac.Model