Partager via


Propriété SoapMethodSpecification.RelatedMethod

RelatedMethod relationship class of SoapMethodSpecification

Espace de noms :  Microsoft.SqlServer.Dac.Model
Assembly :  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Syntaxe

'Déclaration
Public Shared Property RelatedMethod As ModelRelationshipClass 
    Get 
    Friend Set
'Utilisation
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)

Valeur de propriété

Type : Microsoft.SqlServer.Dac.Model.ModelRelationshipClass

Voir aussi

Référence

SoapMethodSpecification Classe

Espace de noms Microsoft.SqlServer.Dac.Model