Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the uniform resource name of the SfcInstance object.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public ReadOnly Property Urn As Urn
Get
'Usage
Dim instance As SfcInstance
Dim value As Urn
value = instance.Urn
public Urn Urn { get; }
public:
property Urn^ Urn {
Urn^ get ();
}
member Urn : Urn
function get Urn () : Urn
Property Value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.Urn
The Urn of the object.