Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Changes the schema for the user-defined aggregate.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub ChangeSchema ( _
newSchema As String _
)
'Usage
Dim instance As UserDefinedAggregate
Dim newSchema As String
instance.ChangeSchema(newSchema)
public void ChangeSchema(
string newSchema
)
public:
void ChangeSchema(
String^ newSchema
)
member ChangeSchema :
newSchema:string -> unit
public function ChangeSchema(
newSchema : String
)
Parameters
- newSchema
Type: System.String
A String value that specifies the new schema for the user-defined aggregate.
Examples
See Also
Reference
Microsoft.SqlServer.Management.Smo Namespace