共用方式為


ModelId 屬性

Gets the identifier of the model this package contains.

命名空間:  Microsoft.MasterDataServices.Deployment
組件:  Microsoft.MasterDataServices.Deployment (在 Microsoft.MasterDataServices.Deployment.dll 中)

語法

'宣告
Public ReadOnly Property ModelId As Identifier
    Get
'用途
Dim instance As Package
Dim value As Identifier

value = instance.ModelId
public Identifier ModelId { get; }
public:
property Identifier^ ModelId {
    Identifier^ get ();
}
member ModelId : Identifier
function get ModelId () : Identifier