Compartir a través de


AlterCreateServiceStatementBase.ServiceContracts (Propiedad)

Obtiene una lista de referencias opcionales del contrato de servicios.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
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 propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

AlterCreateServiceStatementBase Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)