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.