SqlSmoObject.GetUrnRecursive Method (StringBuilder, UrnIdOption)
SQL Server 2012
Assigns an Urn object of the SqlSmoObject object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
'Declaration Protected Overridable Sub GetUrnRecursive ( _ urnbuilder As StringBuilder, _ idOption As UrnIdOption _ ) 'Usage Dim urnbuilder As StringBuilder Dim idOption As UrnIdOption Me.GetUrnRecursive(urnbuilder, idOption)
Parameters
- urnbuilder
- Type: System.Text.StringBuilder
A StringBuilder object.
- idOption
- Type: Microsoft.SqlServer.Management.Smo.UrnIdOption
A UrnIdOption object.
