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.

protected virtual void GetUrnRecursive (System.Text.StringBuilder urnbuilder, Microsoft.SqlServer.Management.Smo.UrnIdOption idOption);
abstract member GetUrnRecursive : System.Text.StringBuilder * Microsoft.SqlServer.Management.Smo.UrnIdOption -> unit
override this.GetUrnRecursive : System.Text.StringBuilder * Microsoft.SqlServer.Management.Smo.UrnIdOption -> unit
Protected Overridable Sub GetUrnRecursive (urnbuilder As StringBuilder, idOption As UrnIdOption)

Parameters

urnbuilder
StringBuilder

holds the Urn

idOption
UrnIdOption

Applies to

GetUrnRecursive(StringBuilder)

Computes the Urn for the object.

protected virtual void GetUrnRecursive (System.Text.StringBuilder urnbuilder);
abstract member GetUrnRecursive : System.Text.StringBuilder -> unit
override this.GetUrnRecursive : System.Text.StringBuilder -> unit
Protected Overridable Sub GetUrnRecursive (urnbuilder As StringBuilder)

Parameters

urnbuilder
StringBuilder

Applies to