Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Assigns an Urn object of the SqlSmoObject object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Protected Overridable Sub GetUrnRecursive ( _
urnbuilder As StringBuilder, _
idOption As UrnIdOption _
)
'Usage
Dim urnbuilder As StringBuilder
Dim idOption As UrnIdOption
Me.GetUrnRecursive(urnbuilder, idOption)
protected virtual void GetUrnRecursive(
StringBuilder urnbuilder,
UrnIdOption idOption
)
protected:
virtual void GetUrnRecursive(
StringBuilder^ urnbuilder,
UrnIdOption idOption
)
abstract GetUrnRecursive :
urnbuilder:StringBuilder *
idOption:UrnIdOption -> unit
override GetUrnRecursive :
urnbuilder:StringBuilder *
idOption:UrnIdOption -> unit
protected function GetUrnRecursive(
urnbuilder : StringBuilder,
idOption : UrnIdOption
)
Parameters
- urnbuilder
Type: System.Text.StringBuilder
A StringBuilder object.
- idOption
Type: Microsoft.SqlServer.Management.Smo.UrnIdOption
A UrnIdOption object.