SqlPropertyCollection.GetPropertyInfo 方法

Gets property information.

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

语法

声明
Public Function GetPropertyInfo ( _
    name As String _
) As SqlPropertyInfo
用法
Dim instance As SqlPropertyCollection 
Dim name As String 
Dim returnValue As SqlPropertyInfo 

returnValue = instance.GetPropertyInfo(name)
public SqlPropertyInfo GetPropertyInfo(
    string name
)
public:
SqlPropertyInfo^ GetPropertyInfo(
    String^ name
)
member GetPropertyInfo : 
        name:string -> SqlPropertyInfo
public function GetPropertyInfo(
    name : String
) : SqlPropertyInfo

参数

返回值

类型:Microsoft.SqlServer.Management.Smo.SqlPropertyInfo
A SqlPropertyInfo object value that specifies the property information for the referenced object.

示例

使用集合

请参阅

参考

SqlPropertyCollection 类

Microsoft.SqlServer.Management.Smo 命名空间