Partager via


Propriété AlterCreateServiceStatementBase.ServiceContracts

Gets a list of optional service contract references.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ServiceContracts As IList(Of ServiceContract)
    Get
'Utilisation
Dim instance As AlterCreateServiceStatementBase 
Dim value As IList(Of ServiceContract)

value = instance.ServiceContracts
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>
The list of optional service contract references.

Voir aussi

Référence

AlterCreateServiceStatementBase Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom