DacDomain.Key.GetUrnFragment Method
Gets the partial unique resource name (URN) path string that represents the DAC store.
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Syntax
'宣告
Public Overrides Function GetUrnFragment As String
'用途
Dim instance As DacDomain..::..Key
Dim returnValue As String
returnValue = instance.GetUrnFragment()
public override string GetUrnFragment()
public:
virtual String^ GetUrnFragment() override
abstract GetUrnFragment : unit -> string
override GetUrnFragment : unit -> string
public override function GetUrnFragment() : String
Return Value
Type: String
A String value that contains the URN fragment.
Remarks
For more information about URNs, see Query Expressions and Uniform Resource Names.