AlterCreateServiceStatementBase.ServiceContracts Property

Gets a list of optional service contract references.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

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

.NET Framework Security

See Also

Reference

AlterCreateServiceStatementBase Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace