AlterServiceStatement Class
Represents the ALTER SERVICE statement.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class AlterServiceStatement _
Inherits AlterCreateServiceStatementBase
'Usage
Dim instance As AlterServiceStatement
[SerializableAttribute]
public class AlterServiceStatement : AlterCreateServiceStatementBase
[SerializableAttribute]
public ref class AlterServiceStatement : public AlterCreateServiceStatementBase
public class AlterServiceStatement extends AlterCreateServiceStatementBase
Inheritance Hierarchy
System.Object
Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
Microsoft.Data.Schema.ScriptDom.Sql.TSqlStatement
Microsoft.Data.Schema.ScriptDom.Sql.AlterCreateServiceStatementBase
Microsoft.Data.Schema.ScriptDom.Sql.AlterServiceStatement
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.