Urn 屬性
不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Gets or sets the Uniform Resource Name (URN) that this object has a list of dependencies for.
命名空間: Microsoft.SqlServer.Management.Sdk.Sfc
組件: Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
語法
'宣告
Public Property Urn As Urn
Get
Set
'用途
Dim instance As Dependency
Dim value As Urn
value = instance.Urn
instance.Urn = value
public Urn Urn { get; set; }
public:
property Urn^ Urn {
Urn^ get ();
void set (Urn^ value);
}
member Urn : Urn with get, set
function get Urn () : Urn
function set Urn (value : Urn)
屬性值
型別:Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .Urn
The URN that this object has a list of dependencies for.