Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Returns an IEnumerable <script> interface.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Function EnumScript ( _
list As UrnCollection _
) As IEnumerable(Of String)
'Usage
Dim instance As Scripter
Dim list As UrnCollection
Dim returnValue As IEnumerable(Of String)
returnValue = instance.EnumScript(list)
public IEnumerable<string> EnumScript(
UrnCollection list
)
public:
IEnumerable<String^>^ EnumScript(
UrnCollection^ list
)
member EnumScript :
list:UrnCollection -> IEnumerable<string>
public function EnumScript(
list : UrnCollection
) : IEnumerable<String>
Parameters
- list
Type: Microsoft.SqlServer.Management.Smo.UrnCollection
UrnCollection of Urn objects.
Return Value
Type: System.Collections.Generic.IEnumerable<String>
An IEnumerable interface that exposes an enumerator that supports a simple iteration over the script. This script contains only the Urn objects.
Remarks
The return value contains data if the ScriptData property has been set to True before this method is run.