Propriedade AlterCreateServiceStatementBase.ServiceContracts

Obtém uma lista de referências de contrato de serviço opcional.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (em Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxe

'Declaração
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>

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

AlterCreateServiceStatementBase Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql