SqlSmoObject.GetUrnRecursive Method (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
)

Parameters

See Also

Reference

SqlSmoObject Class

GetUrnRecursive Overload

Microsoft.SqlServer.Management.Smo Namespace