SqlSmoObject.GetUrnRecursive Method

Definition

Overloads

GetUrnRecursive(StringBuilder, UrnIdOption)

Computes the Urn for the object, potentially including other fields in the definition besides the key fields.

GetUrnRecursive(StringBuilder)

Computes the Urn for the object.

GetUrnRecursive(StringBuilder, UrnIdOption)

Computes the Urn for the object, potentially including other fields in the definition besides the key fields.

C#
protected virtual void GetUrnRecursive(System.Text.StringBuilder urnbuilder, Microsoft.SqlServer.Management.Smo.UrnIdOption idOption);

Parameters

urnbuilder
StringBuilder

holds the Urn

idOption
UrnIdOption

Applies to

Microsoft.SqlServer.SqlManagementObjects 160.2004021.0 and Microsoft.SqlServer.SqlManagementObjects 150.18208.0
Product Versions
Microsoft.SqlServer.SqlManagementObjects 150.18208.0, 160.2004021.0

GetUrnRecursive(StringBuilder)

Computes the Urn for the object.

C#
protected virtual void GetUrnRecursive(System.Text.StringBuilder urnbuilder);

Parameters

urnbuilder
StringBuilder

Applies to

Microsoft.SqlServer.SqlManagementObjects 160.2004021.0 and Microsoft.SqlServer.SqlManagementObjects 150.18208.0
Product Versions
Microsoft.SqlServer.SqlManagementObjects 150.18208.0, 160.2004021.0