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
参数
- name
类型:System.String
A String value that specifies the name of the property.
返回值
类型:Microsoft.SqlServer.Management.Smo.SqlPropertyInfo
A SqlPropertyInfo object value that specifies the property information for the referenced object.