Свойство AlterCreateServiceStatementBase.ServiceContracts

Gets a list of optional service contract references.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public ReadOnly Property ServiceContracts As IList(Of ServiceContract)
    Get
'Применение
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>

Значение свойства

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

См. также

Справочник

AlterCreateServiceStatementBase Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom