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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
AlterCreateServiceStatementBase Class