Sdílet prostřednictvím


AlterCreateServiceStatementBase.ServiceContracts – vlastnost

Získá seznam odkazů volitelné servisní smlouvy.

Obor názvů:  Microsoft.Data.Schema.ScriptDom.Sql
Sestavení:  Microsoft.Data.Schema.ScriptDom.Sql (v Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Deklarace
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>

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

AlterCreateServiceStatementBase Třída

Microsoft.Data.Schema.ScriptDom.Sql – obor názvů