EnumScriptImplWorkerSOChanged-Methode
Gibt eine IEnumerable-Zeichenfolge zurück, die die Skriptoptionen für ein Objekt beschreibt.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Protected Function EnumScriptImplWorkerSOChanged ( _
so As ScriptingOptions _
) As IEnumerable(Of String)
'Usage
Dim so As ScriptingOptions
Dim returnValue As IEnumerable(Of String)
returnValue = Me.EnumScriptImplWorkerSOChanged(so)
protected IEnumerable<string> EnumScriptImplWorkerSOChanged(
ScriptingOptions so
)
protected:
IEnumerable<String^>^ EnumScriptImplWorkerSOChanged(
ScriptingOptions^ so
)
member EnumScriptImplWorkerSOChanged :
so:ScriptingOptions -> IEnumerable<string>
protected function EnumScriptImplWorkerSOChanged(
so : ScriptingOptions
) : IEnumerable<String>
Parameter
- so
Typ: Microsoft.SqlServer.Management.Smo. . :: . .ScriptingOptions
Ein ScriptingOptions-Objekt, das die Skriptoptionen für das Objekt beschreibt.
Rückgabewert
Typ: System.Collections.Generic. . :: . .IEnumerable< (Of < ( <'String> ) > ) >
Eine IEnumerable-Zeichenfolge, die die Skriptoptionen für ein Objekt beschreibt.