ServiceContract Class

Represents a service contract reference (with optional action).

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class ServiceContract _
    Inherits TSqlFragment
'Usage
Dim instance As ServiceContract
[SerializableAttribute]
public class ServiceContract : TSqlFragment
[SerializableAttribute]
public ref class ServiceContract : public TSqlFragment
public class ServiceContract extends TSqlFragment

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
    Microsoft.Data.Schema.ScriptDom.Sql.ServiceContract

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ServiceContract Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace