Product 属性

Gets the Product property value.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<SfcPropertyAttribute(SfcPropertyFlags.Expensive)> _
Public ReadOnly Property Product As String
    Get
用法
Dim instance As Server
Dim value As String

value = instance.Product
[SfcPropertyAttribute(SfcPropertyFlags.Expensive)]
public string Product { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Expensive)]
public:
virtual property String^ Product {
    String^ get () sealed;
}
[<SfcPropertyAttribute(SfcPropertyFlags.Expensive)>]
abstract Product : string
[<SfcPropertyAttribute(SfcPropertyFlags.Expensive)>]
override Product : string
final function get Product () : String

属性值

类型:System. . :: . .String
String

实现

IServerInformation. . :: . .Product