Metoda SqlAssembly.Alter (AssemblyAlterOptions)
Dowolny SqlAssembly zmiany właściwość obiektu na wystąpienie SQL Server z dodatkowe opcje.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Public Sub Alter ( _
assemblyAlterMethod As AssemblyAlterOptions _
)
'Użycie
Dim instance As SqlAssembly
Dim assemblyAlterMethod As AssemblyAlterOptions
instance.Alter(assemblyAlterMethod)
public void Alter(
AssemblyAlterOptions assemblyAlterMethod
)
public:
void Alter(
AssemblyAlterOptions assemblyAlterMethod
)
member Alter :
assemblyAlterMethod:AssemblyAlterOptions -> unit
public function Alter(
assemblyAlterMethod : AssemblyAlterOptions
)
Parametry
- assemblyAlterMethod
Typ: Microsoft.SqlServer.Management.Smo.AssemblyAlterOptions
AssemblyAlterOptions Wartość obiektu, który określa opcje modyfikacji wirtualny plik dziennika.
Uwagi
Alter Metoda aktualizuje wszystkie zmiany wprowadzone do SqlAssembly Właściwości obiektu od SqlAssembly obiekt został utworzony lub od czasu ostatniego Alter instrukcja.Modyfikacje są łączone i wysyłane do wystąpienie SQL Server w podróż jednej sieci do wystąpienie SQL Server.
Zobacz także