Information.Product Property
Gets the product title for the instance of SQL Server.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Expensive)> _
Public ReadOnly Property Product As String
Get
'Usage
Dim instance As Information
Dim value As String
value = instance.Product
[SfcPropertyAttribute(SfcPropertyFlags.Expensive)]
public string Product { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Expensive)]
public:
property String^ Product {
String^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Expensive)>]
member Product : string
function get Product () : String
Property Value
Type: System.String
A String value that specifies the product title for the instance of SQL Server.
See Also