Поделиться через


Свойство 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.

Замечания

The product name corresponds to the service referenced by the Server object.