Property.ISfcProperty.Name 属性

Gets the name of the property.

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

语法

声明
Private ReadOnly Property Name As String 
    Implements ISfcProperty.Name 
    Get
用法
Dim instance As [Property]
Dim value As String 

value = CType(instance, ISfcProperty).Name
string ISfcProperty.Name { get; }
private:
virtual property String^ Name {
    String^ get () sealed = ISfcProperty::Name::get;
}
private abstract Name : string 
private override Name : string
JScript 支持使用显式接口实现,但不支持声明新显式接口实现。

属性值

类型:System.String
A String value that specifies the name of the property.

实现

ISfcProperty.Name

示例

设置属性

请参阅

参考

Property 类

Microsoft.SqlServer.Management.Smo 命名空间