Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets or sets read-only access to the name of the product from which an instance of Analysis Services was installed.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property ProductName As String
Get
Set
'Usage
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)
Property Value
Type: System.String
A product name.
Remarks
The product name corresponds to the service referenced by the Server object.