Package.ModelId 속성
Gets the identifier of the model the 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
속성 값
유형: Microsoft.MasterDataServices.Services.DataContracts.Identifier
The identifier of the model the package contains.