Product プロパティ
Product プロパティ値を取得します。
名前空間: 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