Aracılığıyla paylaş


AlterCreateServiceStatementBase.ServiceContracts Özellik

İsteğe bağlı hizmet sözleşmesi yapılan başvuruların bir listesini alır.

Ad alanı:  Microsoft.Data.Schema.ScriptDom.Sql
Derleme:  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll içinde)

Sözdizimi

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

Özellik Değeri

Tür: System.Collections.Generic.IList<ServiceContract>

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

AlterCreateServiceStatementBase Sınıf

Microsoft.Data.Schema.ScriptDom.Sql Ad Alanı