PropertyViewer.CopyAll Method (Boolean)
Copies the value of all the properties to the Clipboard with the specified property name.
Namespace: Microsoft.SqlServer.Management.Controls
Assembly: Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)
Syntax
'Declaration
Public Sub CopyAll ( _
includePropertyName As Boolean _
)
'Usage
Dim instance As PropertyViewer
Dim includePropertyName As Boolean
instance.CopyAll(includePropertyName)
public void CopyAll(
bool includePropertyName
)
public:
void CopyAll(
bool includePropertyName
)
member CopyAll :
includePropertyName:bool -> unit
public function CopyAll(
includePropertyName : boolean
)
Parameters
- includePropertyName
Type: System.Boolean
If true, the name of the property and the value is copied.