Partager via


AlterCreateServiceStatementBase.ServiceContracts, propriété

Obtient une liste de références de contrat de service facultatives.

Espace de noms :  Microsoft.Data.Schema.ScriptDom.Sql
Assembly :  Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ServiceContracts As IList(Of ServiceContract)
    Get
public IList<ServiceContract> ServiceContracts { get; }
public:
property IList<ServiceContract^>^ ServiceContracts {
    IList<ServiceContract^>^ get ();
}
member ServiceContracts : IList<ServiceContract>
function get ServiceContracts () : IList<ServiceContract>

Valeur de propriété

Type : System.Collections.Generic.IList<ServiceContract>

Sécurité .NET Framework

Voir aussi

Référence

AlterCreateServiceStatementBase Classe

Microsoft.Data.Schema.ScriptDom.Sql, espace de noms