Compartilhar via


Propriedade do RDL AlterCreateServiceStatementBase.ServiceContracts

Gets a list of optional service contract references.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxe

'Declaração
Public ReadOnly Property ServiceContracts As IList(Of ServiceContract)
    Get
'Uso
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>

Valor da propriedade

Tipo: System.Collections.Generic.IList<ServiceContract>
The list of optional service contract references.

Consulte também

Referência

AlterCreateServiceStatementBase Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom