RemoteServiceBindingStatementBase Class
Represents the common base for CREATE and ALTER REMOTE SERVICE BINDING statements.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public MustInherit Class RemoteServiceBindingStatementBase _
Inherits TSqlStatement
'Usage
Dim instance As RemoteServiceBindingStatementBase
[SerializableAttribute]
public abstract class RemoteServiceBindingStatementBase : TSqlStatement
[SerializableAttribute]
public ref class RemoteServiceBindingStatementBase abstract : public TSqlStatement
public abstract class RemoteServiceBindingStatementBase extends TSqlStatement
Inheritance Hierarchy
System.Object
Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
Microsoft.Data.Schema.ScriptDom.Sql.TSqlStatement
Microsoft.Data.Schema.ScriptDom.Sql.RemoteServiceBindingStatementBase
Microsoft.Data.Schema.ScriptDom.Sql.AlterRemoteServiceBindingStatement
Microsoft.Data.Schema.ScriptDom.Sql.CreateRemoteServiceBindingStatement
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.