PropertyCannotBeRetrievedException.PropertyName 속성

Gets the name of the property that cannot be retrieved.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Public ReadOnly Property PropertyName As String 
    Get
‘사용 방법
Dim instance As PropertyCannotBeRetrievedException 
Dim value As String 

value = instance.PropertyName
public string PropertyName { get; }
public:
property String^ PropertyName {
    String^ get ();
}
member PropertyName : string
function get PropertyName () : String

속성 값

유형: System.String
A String that specifies the name of the property that cannot be retrieved.

SMO 예외 처리

참고 항목

참조

PropertyCannotBeRetrievedException 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스