SqlSmoObject.GetUrnRecursive Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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