Delen via


AlterCreateServiceStatementBase.ServiceContracts Property

Gets a list of optional service contract references.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public ReadOnly Property ServiceContracts As IList(Of ServiceContract)
    Get
'Usage
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>

Property Value

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

See Also

Reference

AlterCreateServiceStatementBase Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace