AssemblyID 属性
Gets or sets the assembly identifier associated with a given ObjectReference object.
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
Public Property AssemblyID As String
Get
Set
用法
Dim instance As ObjectReference
Dim value As String
value = instance.AssemblyID
instance.AssemblyID = value
public string AssemblyID { get; set; }
public:
property String^ AssemblyID {
String^ get ();
void set (String^ value);
}
member AssemblyID : string with get, set
function get AssemblyID () : String
function set AssemblyID (value : String)
属性值
类型:System. . :: . .String
An assembly identifier.