SfcReferenceAttribute.GetUrn(Object) Method

Definition

Returns the Urn reference. Returns null if the attribute does not have a pathexpression defined.

public Microsoft.SqlServer.Management.Sdk.Sfc.Urn GetUrn (object instance);
member this.GetUrn : obj -> Microsoft.SqlServer.Management.Sdk.Sfc.Urn
Public Function GetUrn (instance As Object) As Urn

Parameters

instance
Object

Returns

Urn

Applies to