다음을 통해 공유


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