Dela via


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)
'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 ();
}
public function get ServiceContracts () : IList<ServiceContract>

Property Value

Type: System.Collections.Generic.IList<ServiceContract>

.NET Framework Security

See Also

Reference

AlterCreateServiceStatementBase Class

AlterCreateServiceStatementBase Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace