SqlSmoObject.GetUrnRecursive-Methode (StringBuilder, UrnIdOption)
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
)
Parameter
- urnbuilder
Typ: System.Text.StringBuilder
A StringBuilder object.
- idOption
Typ: Microsoft.SqlServer.Management.Smo.UrnIdOption
A UrnIdOption object.