ProductName 屬性
Gets or sets read-only access to the name of the product from which an instance of Analysis Services was installed.
命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)
語法
'宣告
Public Property ProductName As String
Get
Set
'用途
Dim instance As Server
Dim value As String
value = instance.ProductName
instance.ProductName = value
public string ProductName { get; set; }
public:
property String^ ProductName {
String^ get ();
void set (String^ value);
}
member ProductName : string with get, set
function get ProductName () : String
function set ProductName (value : String)
屬性值
型別:System. . :: . .String
A product name.