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 命名空间